Peter Beardsley
2019-12-05
This used to be me:
brew install tmuxsudo apt-get install tmuxStart a new session:
tmux new -s mysession
Split pane (vertical):
Ctrl-b %
Split pane (horizontal):
Ctrl-b "
Move between panes:
Ctrl-b [arrow keys]
Create a new window:
Ctrl-b n
Navigate between windows:
Ctrl-b [window number]
Detach session:
Ctrl-b d
List sessions:
Ctrl-b s